- PurpleMood
alias PurpleMood = _PurpleMood
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurplePresence
alias PurplePresence = _PurplePresence
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurplePresenceContext
alias PurplePresenceContext = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleStatus
alias PurpleStatus = _PurpleStatus
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleStatusAttr
alias PurpleStatusAttr = _PurpleStatusAttr
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleStatusPrimitive
alias PurpleStatusPrimitive = _Anonymous_1
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- PurpleStatusType
alias PurpleStatusType = _PurpleStatusType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_add_list
alias da_purple_presence_add_list = void function(PurplePresence* presence, GList* source_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_add_status
alias da_purple_presence_add_status = void function(PurplePresence* presence, PurpleStatus* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_compare
alias da_purple_presence_compare = gint function(const(PurplePresence)* presence1, const(PurplePresence)* presence2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_destroy
alias da_purple_presence_destroy = void function(PurplePresence* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_get_account
alias da_purple_presence_get_account = PurpleAccount* function(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_get_active_status
alias da_purple_presence_get_active_status = PurpleStatus* function(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_get_buddy
alias da_purple_presence_get_buddy = PurpleBuddy* function(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_get_chat_user
alias da_purple_presence_get_chat_user = const(char)* function(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_get_context
alias da_purple_presence_get_context = PurplePresenceContext function(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_get_conversation
alias da_purple_presence_get_conversation = PurpleConversation* function(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_get_idle_time
alias da_purple_presence_get_idle_time = time_t function(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_get_login_time
alias da_purple_presence_get_login_time = time_t function(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_get_status
alias da_purple_presence_get_status = PurpleStatus* function(const(PurplePresence)* presence, const(char)* status_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_get_statuses
alias da_purple_presence_get_statuses = GList* function(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_is_available
alias da_purple_presence_is_available = gboolean function(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_is_idle
alias da_purple_presence_is_idle = gboolean function(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_is_online
alias da_purple_presence_is_online = gboolean function(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_is_status_active
alias da_purple_presence_is_status_active = gboolean function(const(PurplePresence)* presence, const(char)* status_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_is_status_primitive_active
alias da_purple_presence_is_status_primitive_active = gboolean function(const(PurplePresence)* presence, PurpleStatusPrimitive primitive)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_new
alias da_purple_presence_new = PurplePresence* function(PurplePresenceContext context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_new_for_account
alias da_purple_presence_new_for_account = PurplePresence* function(PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_new_for_buddy
alias da_purple_presence_new_for_buddy = PurplePresence* function(PurpleBuddy* buddy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_new_for_conv
alias da_purple_presence_new_for_conv = PurplePresence* function(PurpleConversation* conv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_set_idle
alias da_purple_presence_set_idle = void function(PurplePresence* presence, gboolean idle, time_t idle_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_set_login_time
alias da_purple_presence_set_login_time = void function(PurplePresence* presence, time_t login_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_set_status_active
alias da_purple_presence_set_status_active = void function(PurplePresence* presence, const(char)* status_id, gboolean active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_presence_switch_status
alias da_purple_presence_switch_status = void function(PurplePresence* presence, const(char)* status_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_primitive_get_id_from_type
alias da_purple_primitive_get_id_from_type = const(char)* function(PurpleStatusPrimitive type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_primitive_get_name_from_type
alias da_purple_primitive_get_name_from_type = const(char)* function(PurpleStatusPrimitive type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_primitive_get_type_from_id
alias da_purple_primitive_get_type_from_id = PurpleStatusPrimitive function(const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_attr_destroy
alias da_purple_status_attr_destroy = void function(PurpleStatusAttr* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_attr_get_id
alias da_purple_status_attr_get_id = const(char)* function(const(PurpleStatusAttr)* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_attr_get_name
alias da_purple_status_attr_get_name = const(char)* function(const(PurpleStatusAttr)* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_attr_get_value
alias da_purple_status_attr_get_value = PurpleValue* function(const(PurpleStatusAttr)* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_attr_new
alias da_purple_status_attr_new = PurpleStatusAttr* function(const(char)* id, const(char)* name, PurpleValue* value_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_compare
alias da_purple_status_compare = gint function(const(PurpleStatus)* status1, const(PurpleStatus)* status2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_destroy
alias da_purple_status_destroy = void function(PurpleStatus* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_get_attr_boolean
alias da_purple_status_get_attr_boolean = gboolean function(const(PurpleStatus)* status, const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_get_attr_int
alias da_purple_status_get_attr_int = int function(const(PurpleStatus)* status, const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_get_attr_string
alias da_purple_status_get_attr_string = const(char)* function(const(PurpleStatus)* status, const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_get_attr_value
alias da_purple_status_get_attr_value = PurpleValue* function(const(PurpleStatus)* status, const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_get_handle
alias da_purple_status_get_handle = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_get_id
alias da_purple_status_get_id = const(char)* function(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_get_name
alias da_purple_status_get_name = const(char)* function(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_get_presence
alias da_purple_status_get_presence = PurplePresence* function(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_get_type
alias da_purple_status_get_type = PurpleStatusType* function(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_init
alias da_purple_status_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_is_active
alias da_purple_status_is_active = gboolean function(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_is_available
alias da_purple_status_is_available = gboolean function(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_is_exclusive
alias da_purple_status_is_exclusive = gboolean function(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_is_independent
alias da_purple_status_is_independent = gboolean function(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_is_online
alias da_purple_status_is_online = gboolean function(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_new
alias da_purple_status_new = PurpleStatus* function(PurpleStatusType* status_type, PurplePresence* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_set_active
alias da_purple_status_set_active = void function(PurpleStatus* status, gboolean active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_set_active_with_attrs
alias da_purple_status_set_active_with_attrs = void function(PurpleStatus* status, gboolean active, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_set_active_with_attrs_list
alias da_purple_status_set_active_with_attrs_list = void function(PurpleStatus* status, gboolean active, GList* attrs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_set_attr_boolean
alias da_purple_status_set_attr_boolean = void function(PurpleStatus* status, const(char)* id, gboolean value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_set_attr_int
alias da_purple_status_set_attr_int = void function(PurpleStatus* status, const(char)* id, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_set_attr_string
alias da_purple_status_set_attr_string = void function(PurpleStatus* status, const(char)* id, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_add_attr
alias da_purple_status_type_add_attr = void function(PurpleStatusType* status_type, const(char)* id, const(char)* name, PurpleValue* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_add_attrs
alias da_purple_status_type_add_attrs = void function(PurpleStatusType* status_type, const(char)* id, const(char)* name, PurpleValue* value, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_add_attrs_vargs
alias da_purple_status_type_add_attrs_vargs = void function(PurpleStatusType* status_type, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_destroy
alias da_purple_status_type_destroy = void function(PurpleStatusType* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_find_with_id
alias da_purple_status_type_find_with_id = const(PurpleStatusType)* function(GList* status_types, const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_get_attr
alias da_purple_status_type_get_attr = PurpleStatusAttr* function(const(PurpleStatusType)* status_type, const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_get_attrs
alias da_purple_status_type_get_attrs = GList* function(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_get_id
alias da_purple_status_type_get_id = const(char)* function(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_get_name
alias da_purple_status_type_get_name = const(char)* function(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_get_primary_attr
alias da_purple_status_type_get_primary_attr = const(char)* function(const(PurpleStatusType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_get_primitive
alias da_purple_status_type_get_primitive = PurpleStatusPrimitive function(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_is_available
alias da_purple_status_type_is_available = gboolean function(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_is_exclusive
alias da_purple_status_type_is_exclusive = gboolean function(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_is_independent
alias da_purple_status_type_is_independent = gboolean function(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_is_saveable
alias da_purple_status_type_is_saveable = gboolean function(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_is_user_settable
alias da_purple_status_type_is_user_settable = gboolean function(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_new
alias da_purple_status_type_new = PurpleStatusType* function(PurpleStatusPrimitive primitive, const(char)* id, const(char)* name, gboolean user_settable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_new_full
alias da_purple_status_type_new_full = PurpleStatusType* function(PurpleStatusPrimitive primitive, const(char)* id, const(char)* name, gboolean saveable, gboolean user_settable, gboolean independent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_new_with_attrs
alias da_purple_status_type_new_with_attrs = PurpleStatusType* function(PurpleStatusPrimitive primitive, const(char)* id, const(char)* name, gboolean saveable, gboolean user_settable, gboolean independent, const(char)* attr_id, const(char)* attr_name, PurpleValue* attr_value, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_type_set_primary_attr
alias da_purple_status_type_set_primary_attr = void function(PurpleStatusType* status_type, const(char)* attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_purple_status_uninit
alias da_purple_status_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_add_list
void purple_presence_add_list(PurplePresence* presence, GList* source_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_add_status
void purple_presence_add_status(PurplePresence* presence, PurpleStatus* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_compare
gint purple_presence_compare(const(PurplePresence)* presence1, const(PurplePresence)* presence2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_destroy
void purple_presence_destroy(PurplePresence* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_account
PurpleAccount* purple_presence_get_account(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_active_status
PurpleStatus* purple_presence_get_active_status(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_buddy
PurpleBuddy* purple_presence_get_buddy(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_chat_user
const(char)* purple_presence_get_chat_user(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_context
PurplePresenceContext purple_presence_get_context(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_conversation
PurpleConversation* purple_presence_get_conversation(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_idle_time
time_t purple_presence_get_idle_time(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_login_time
time_t purple_presence_get_login_time(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_status
PurpleStatus* purple_presence_get_status(const(PurplePresence)* presence, const(char)* status_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_statuses
GList* purple_presence_get_statuses(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_is_available
gboolean purple_presence_is_available(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_is_idle
gboolean purple_presence_is_idle(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_is_online
gboolean purple_presence_is_online(const(PurplePresence)* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_is_status_active
gboolean purple_presence_is_status_active(const(PurplePresence)* presence, const(char)* status_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_is_status_primitive_active
gboolean purple_presence_is_status_primitive_active(const(PurplePresence)* presence, PurpleStatusPrimitive primitive)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_new
PurplePresence* purple_presence_new(PurplePresenceContext context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_new_for_account
PurplePresence* purple_presence_new_for_account(PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_new_for_buddy
PurplePresence* purple_presence_new_for_buddy(PurpleBuddy* buddy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_new_for_conv
PurplePresence* purple_presence_new_for_conv(PurpleConversation* conv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_set_idle
void purple_presence_set_idle(PurplePresence* presence, gboolean idle, time_t idle_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_set_login_time
void purple_presence_set_login_time(PurplePresence* presence, time_t login_time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_set_status_active
void purple_presence_set_status_active(PurplePresence* presence, const(char)* status_id, gboolean active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_switch_status
void purple_presence_switch_status(PurplePresence* presence, const(char)* status_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_primitive_get_id_from_type
const(char)* purple_primitive_get_id_from_type(PurpleStatusPrimitive type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_primitive_get_name_from_type
const(char)* purple_primitive_get_name_from_type(PurpleStatusPrimitive type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_primitive_get_type_from_id
PurpleStatusPrimitive purple_primitive_get_type_from_id(const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_attr_destroy
void purple_status_attr_destroy(PurpleStatusAttr* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_attr_get_id
const(char)* purple_status_attr_get_id(const(PurpleStatusAttr)* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_attr_get_name
const(char)* purple_status_attr_get_name(const(PurpleStatusAttr)* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_attr_get_value
PurpleValue* purple_status_attr_get_value(const(PurpleStatusAttr)* attr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_attr_new
PurpleStatusAttr* purple_status_attr_new(const(char)* id, const(char)* name, PurpleValue* value_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_compare
gint purple_status_compare(const(PurpleStatus)* status1, const(PurpleStatus)* status2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_destroy
void purple_status_destroy(PurpleStatus* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_attr_boolean
gboolean purple_status_get_attr_boolean(const(PurpleStatus)* status, const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_attr_int
int purple_status_get_attr_int(const(PurpleStatus)* status, const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_attr_string
const(char)* purple_status_get_attr_string(const(PurpleStatus)* status, const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_attr_value
PurpleValue* purple_status_get_attr_value(const(PurpleStatus)* status, const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_handle
void* purple_status_get_handle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_id
const(char)* purple_status_get_id(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_name
const(char)* purple_status_get_name(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_presence
PurplePresence* purple_status_get_presence(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_type
PurpleStatusType* purple_status_get_type(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_init
void purple_status_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_is_active
gboolean purple_status_is_active(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_is_available
gboolean purple_status_is_available(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_is_exclusive
gboolean purple_status_is_exclusive(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_is_independent
gboolean purple_status_is_independent(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_is_online
gboolean purple_status_is_online(const(PurpleStatus)* status)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_new
PurpleStatus* purple_status_new(PurpleStatusType* status_type, PurplePresence* presence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_set_active
void purple_status_set_active(PurpleStatus* status, gboolean active)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_set_active_with_attrs
void purple_status_set_active_with_attrs(PurpleStatus* status, gboolean active, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_set_active_with_attrs_list
void purple_status_set_active_with_attrs_list(PurpleStatus* status, gboolean active, GList* attrs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_set_attr_boolean
void purple_status_set_attr_boolean(PurpleStatus* status, const(char)* id, gboolean value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_set_attr_int
void purple_status_set_attr_int(PurpleStatus* status, const(char)* id, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_set_attr_string
void purple_status_set_attr_string(PurpleStatus* status, const(char)* id, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_add_attr
void purple_status_type_add_attr(PurpleStatusType* status_type, const(char)* id, const(char)* name, PurpleValue* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_add_attrs
void purple_status_type_add_attrs(PurpleStatusType* status_type, const(char)* id, const(char)* name, PurpleValue* value, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_add_attrs_vargs
void purple_status_type_add_attrs_vargs(PurpleStatusType* status_type, va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_destroy
void purple_status_type_destroy(PurpleStatusType* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_find_with_id
const(PurpleStatusType)* purple_status_type_find_with_id(GList* status_types, const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_get_attr
PurpleStatusAttr* purple_status_type_get_attr(const(PurpleStatusType)* status_type, const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_get_attrs
GList* purple_status_type_get_attrs(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_get_id
const(char)* purple_status_type_get_id(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_get_name
const(char)* purple_status_type_get_name(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_get_primary_attr
const(char)* purple_status_type_get_primary_attr(const(PurpleStatusType)* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_get_primitive
PurpleStatusPrimitive purple_status_type_get_primitive(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_is_available
gboolean purple_status_type_is_available(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_is_exclusive
gboolean purple_status_type_is_exclusive(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_is_independent
gboolean purple_status_type_is_independent(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_is_saveable
gboolean purple_status_type_is_saveable(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_is_user_settable
gboolean purple_status_type_is_user_settable(const(PurpleStatusType)* status_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_new
PurpleStatusType* purple_status_type_new(PurpleStatusPrimitive primitive, const(char)* id, const(char)* name, gboolean user_settable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_new_full
PurpleStatusType* purple_status_type_new_full(PurpleStatusPrimitive primitive, const(char)* id, const(char)* name, gboolean saveable, gboolean user_settable, gboolean independent)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_new_with_attrs
PurpleStatusType* purple_status_type_new_with_attrs(PurpleStatusPrimitive primitive, const(char)* id, const(char)* name, gboolean saveable, gboolean user_settable, gboolean independent, const(char)* attr_id, const(char)* attr_name, PurpleValue* attr_value, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_set_primary_attr
void purple_status_type_set_primary_attr(PurpleStatusType* status_type, const(char)* attr_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_uninit
void purple_status_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_add_list
da_purple_presence_add_list purple_presence_add_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_add_status
da_purple_presence_add_status purple_presence_add_status;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_compare
da_purple_presence_compare purple_presence_compare;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_destroy
da_purple_presence_destroy purple_presence_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_account
da_purple_presence_get_account purple_presence_get_account;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_active_status
da_purple_presence_get_active_status purple_presence_get_active_status;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_buddy
da_purple_presence_get_buddy purple_presence_get_buddy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_chat_user
da_purple_presence_get_chat_user purple_presence_get_chat_user;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_context
da_purple_presence_get_context purple_presence_get_context;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_conversation
da_purple_presence_get_conversation purple_presence_get_conversation;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_idle_time
da_purple_presence_get_idle_time purple_presence_get_idle_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_login_time
da_purple_presence_get_login_time purple_presence_get_login_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_status
da_purple_presence_get_status purple_presence_get_status;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_get_statuses
da_purple_presence_get_statuses purple_presence_get_statuses;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_is_available
da_purple_presence_is_available purple_presence_is_available;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_is_idle
da_purple_presence_is_idle purple_presence_is_idle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_is_online
da_purple_presence_is_online purple_presence_is_online;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_is_status_active
da_purple_presence_is_status_active purple_presence_is_status_active;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_is_status_primitive_active
da_purple_presence_is_status_primitive_active purple_presence_is_status_primitive_active;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_new
da_purple_presence_new purple_presence_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_new_for_account
da_purple_presence_new_for_account purple_presence_new_for_account;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_new_for_buddy
da_purple_presence_new_for_buddy purple_presence_new_for_buddy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_new_for_conv
da_purple_presence_new_for_conv purple_presence_new_for_conv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_set_idle
da_purple_presence_set_idle purple_presence_set_idle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_set_login_time
da_purple_presence_set_login_time purple_presence_set_login_time;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_set_status_active
da_purple_presence_set_status_active purple_presence_set_status_active;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_presence_switch_status
da_purple_presence_switch_status purple_presence_switch_status;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_primitive_get_id_from_type
da_purple_primitive_get_id_from_type purple_primitive_get_id_from_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_primitive_get_name_from_type
da_purple_primitive_get_name_from_type purple_primitive_get_name_from_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_primitive_get_type_from_id
da_purple_primitive_get_type_from_id purple_primitive_get_type_from_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_attr_destroy
da_purple_status_attr_destroy purple_status_attr_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_attr_get_id
da_purple_status_attr_get_id purple_status_attr_get_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_attr_get_name
da_purple_status_attr_get_name purple_status_attr_get_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_attr_get_value
da_purple_status_attr_get_value purple_status_attr_get_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_attr_new
da_purple_status_attr_new purple_status_attr_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_compare
da_purple_status_compare purple_status_compare;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_destroy
da_purple_status_destroy purple_status_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_attr_boolean
da_purple_status_get_attr_boolean purple_status_get_attr_boolean;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_attr_int
da_purple_status_get_attr_int purple_status_get_attr_int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_attr_string
da_purple_status_get_attr_string purple_status_get_attr_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_attr_value
da_purple_status_get_attr_value purple_status_get_attr_value;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_handle
da_purple_status_get_handle purple_status_get_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_id
da_purple_status_get_id purple_status_get_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_name
da_purple_status_get_name purple_status_get_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_presence
da_purple_status_get_presence purple_status_get_presence;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_get_type
da_purple_status_get_type purple_status_get_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_init
da_purple_status_init purple_status_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_is_active
da_purple_status_is_active purple_status_is_active;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_is_available
da_purple_status_is_available purple_status_is_available;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_is_exclusive
da_purple_status_is_exclusive purple_status_is_exclusive;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_is_independent
da_purple_status_is_independent purple_status_is_independent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_is_online
da_purple_status_is_online purple_status_is_online;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_new
da_purple_status_new purple_status_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_set_active
da_purple_status_set_active purple_status_set_active;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_set_active_with_attrs
da_purple_status_set_active_with_attrs purple_status_set_active_with_attrs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_set_active_with_attrs_list
da_purple_status_set_active_with_attrs_list purple_status_set_active_with_attrs_list;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_set_attr_boolean
da_purple_status_set_attr_boolean purple_status_set_attr_boolean;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_set_attr_int
da_purple_status_set_attr_int purple_status_set_attr_int;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_set_attr_string
da_purple_status_set_attr_string purple_status_set_attr_string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_add_attr
da_purple_status_type_add_attr purple_status_type_add_attr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_add_attrs
da_purple_status_type_add_attrs purple_status_type_add_attrs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_add_attrs_vargs
da_purple_status_type_add_attrs_vargs purple_status_type_add_attrs_vargs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_destroy
da_purple_status_type_destroy purple_status_type_destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_find_with_id
da_purple_status_type_find_with_id purple_status_type_find_with_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_get_attr
da_purple_status_type_get_attr purple_status_type_get_attr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_get_attrs
da_purple_status_type_get_attrs purple_status_type_get_attrs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_get_id
da_purple_status_type_get_id purple_status_type_get_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_get_name
da_purple_status_type_get_name purple_status_type_get_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_get_primary_attr
da_purple_status_type_get_primary_attr purple_status_type_get_primary_attr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_get_primitive
da_purple_status_type_get_primitive purple_status_type_get_primitive;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_is_available
da_purple_status_type_is_available purple_status_type_is_available;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_is_exclusive
da_purple_status_type_is_exclusive purple_status_type_is_exclusive;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_is_independent
da_purple_status_type_is_independent purple_status_type_is_independent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_is_saveable
da_purple_status_type_is_saveable purple_status_type_is_saveable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_is_user_settable
da_purple_status_type_is_user_settable purple_status_type_is_user_settable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_new
da_purple_status_type_new purple_status_type_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_new_full
da_purple_status_type_new_full purple_status_type_new_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_new_with_attrs
da_purple_status_type_new_with_attrs purple_status_type_new_with_attrs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_type_set_primary_attr
da_purple_status_type_set_primary_attr purple_status_type_set_primary_attr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- purple_status_uninit
da_purple_status_uninit purple_status_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.